home *** CD-ROM | disk | FTP | other *** search
/ Macwelt 4 / Macwelt DVD 4.cdr / Internet / Chat und Messenger / Mac-OS / Snak 4.8.4 / UserScripts / ExtrasDalNet / ExtrasDalNet
Encoding:
Text File  |  2001-12-18  |  776 b   |  36 lines  |  [TEXT/R*ch]

  1.  
  2. # This file is automatically loaded if the connection belongs to the DalNet network
  3. # Aliases supplied by CuriosCat
  4.  
  5. # The aliases simplify talking to the various services that DalNet offers. 
  6. # On DalNet you can register your nickname so others can't use it.
  7. # This is controlled by then nickserv service. With these aliases you can 
  8. # send your commands with just a "/ns <command>"
  9.  
  10. alias ns nickserv
  11.  
  12. alias cs chanserv
  13.  
  14. alias ms memoserv
  15.  
  16. alias os operserv
  17.  
  18. alias rs rootserv
  19.  
  20. alias ovnotice {
  21.     quote notice @+$0 :[@+ $0] $1-
  22.     echo [@+ $0] $1-
  23. }
  24.  
  25. #onotice sends the notice to all channel ops, ovnotice to all oped and voiced users)
  26.  
  27. alias onotice {
  28.     quote notice @$0 :[@ $0] $1-
  29.     echo ->[@ $0] $1-
  30. }
  31.  
  32. alias ovnotice {
  33.     quote notice @+$0 :[@+ $0] $1-
  34.     echo ->[@ +$0] $1-
  35. }
  36.